home *** CD-ROM | disk | FTP | other *** search
- # Listing 7
-
- all: c_w_demo.exe
-
- c_w_demo.obj: c_w_demo.c
- cl /ASw /c /Gsw /W3 /Zp /nologo $*.c
-
- cntr_wnd.obj: cntr_wnd.c
- cl /ASw /c /Gsw /W3 /Zp /nologo $*.c
-
- c_w_demo.res: c_w_demo.rc
- rc -r c_w_demo.rc
-
- c_w_demo.exe: c_w_demo.obj \
- cntr_wnd.obj \
- c_w_demo.def \
- c_w_demo.res
- link /A:16 /BA /NOD /NOE /NOL /nologo @<<
- c_w_demo+
- cntr_wnd
- c_w_demo.exe
-
- llibcew libw
- c_w_demo.def
- <<
- rc c_w_demo.rc c_w_demo.exe